home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00009_sendemail.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
220 b
|
18 lines
property mys
on mouseDown me
sendmail()
end
on beginSprite me
set mys to the spriteNum of me
end
on mouseEnter me
set the blend of sprite mys to 100
end
on mouseLeave me
set the blend of sprite mys to 20
end